'Declaration Public Overloads Sub CopyTo( _ ByVal array() As OracleSqlStatement, _ ByVal index As Integer _ ) |
public void CopyTo( OracleSqlStatement[] array, int index ) |
Parameters
- array
- The array to copy the OracleSqlStatement objects into.
- index
- The zero-based index in array at which copying begins.